Click or drag to resize

SipClientSendResponseOK Method (Request, String)

Sends "OK" response with status code 200 and the specified description text. It is same method as AcceptRequest(Request).

Namespace:  Independentsoft.Sip
Assembly:  Independentsoft.Sip (in Independentsoft.Sip.dll) Version: 1.0.700.17927
Syntax
public Response SendResponseOK(
	Request request,
	string description
)

Parameters

request
Type: Independentsoft.SipRequest
The received request.
description
Type: SystemString
A string containing response description text.

Return Value

Type: Response
The response sent.
See Also